home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Compression
/
tarZan
/
Source
/
myBrowserCell.h
< prev
next >
Wrap
Text File
|
1992-07-27
|
393b
|
18 lines
// Created By James T. Romano July 22, 1992
// Member of the Dynamic Duo of NeXT Computers!
//
//
// Read it and Weep!
#import <appkit/NXBrowserCell.h>
#import <appkit/Matrix.h>
#import <appkit/NXBrowser.h>
@interface myBrowserCell : NXBrowserCell
{
}
- drawInside:(const NXRect *)cellFrame inView:controlView;
- highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)lit;
@end